type golang.org/x/tools/go/packages.golistState
15 uses
golang.org/x/tools/go/packages (current package)
golist.go#L108: type golistState struct {
golist.go#L136: func (state *golistState) getEnv() (map[string]string, error) {
golist.go#L154: func (state *golistState) mustGetEnv() map[string]string {
golist.go#L179: state := &golistState{
golist.go#L264: func (state *golistState) runContainsQueries(response *responseDeduper, queries []string) error {
golist.go#L315: func (state *golistState) adhocPackage(pattern, query string) (*DriverResponse, error) {
golist.go#L401: func (state *golistState) createDriverResponse(words ...string) (*DriverResponse, error) {
golist.go#L713: func (state *golistState) shouldAddFilenameFromError(p *jsonPackage) bool {
golist.go#L737: func (state *golistState) getGoVersion() (int, error) {
golist.go#L746: func (state *golistState) getPkgPath(dir string) (string, bool, error) {
golist.go#L892: func (state *golistState) cfgInvocation() gocommand.Invocation {
golist.go#L905: func (state *golistState) invokeGo(verb string, args ...string) (*bytes.Buffer, error) {
golist_overlay.go#L16: func (state *golistState) determineRootDirs() (map[string]string, error) {
golist_overlay.go#L33: func (state *golistState) determineRootDirsModules() (map[string]string, error) {
golist_overlay.go#L73: func (state *golistState) determineRootDirsGOPATH() (map[string]string, error) {